home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / relay / cpu.h < prev    next >
C/C++ Source or Header  |  1989-06-27  |  108b  |  8 lines

  1. /*
  2.  * CPU-specific definitions
  3.  */
  4.  
  5. #ifndef MAXLONG
  6. #define MAXLONG ((long)(~(unsigned long)0 >> 1))
  7. #endif
  8.